{
    "@context": "http://schema.org/",
    "@type": "Painting",
    "name": "The Church at Auvers",
    "image": "https://upload.wikimedia.org/wikipedia/commons/a/ad/Vincent_van_Gogh_-_The_Church_in_Auvers-sur-Oise%2C_View_from_the_Chevet_-_Google_Art_Project.jpg",
    "sameAs": "https://en.wikipedia.org/wiki/The_Church_at_Auvers",
    "creator": {
        "@type": "Person",
        "name": "Vincent van Gogh"
    },
    "contentLocation": {
        "@type": "AdministrativeArea",
        "name": "Auvers-sur-Oise"
    },
    "locationCreated": {
        "@type": "AdministrativeArea",
        "name": "Saint-Rémy-de-Provence"
    }
}